Page 1 of 13
Something interesting from Chatgpt/AI please post here
Posted: Sun Sep 22, 2024 11:43 am
by JohnL33
Hi Trader
Share your creation here...any edit ..mod ..without self proclaim.
Hope you can find something here or maybe some idea how to do simple thing without complicated code.
Share Your Idea and make the code better.Edit my work and make it better.
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Sun Sep 22, 2024 1:07 pm
by JohnL33
Risk Reward Ratio my version. Now, when you move the lines on one timeframe, their positions should be maintained when you switch to a different timeframe or even when you close and reopen the chart. The lines will only reset to default positions if you remove the indicator from the chart and add it again.
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Mon Sep 23, 2024 1:42 am
by JohnL33
ForceCloseAll Expert Adviser for closing all open positions and pending orders with open buy and sell orders displayed on the chart.
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Sat Sep 28, 2024 1:45 pm
by JohnL33
TMA+CG mladen NRP_Edit_AI
These changes ensure that only the first signal for each direction (up and down) will be drawn, even if the indicator recalculates its values based on current prices. The rest of the code remains the same, maintaining all other functionalities of the indicator.
this is for current chart.next version i will try add in multiply timeframe in current chart with arrow code and color change input parameter.
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Sat Sep 28, 2024 6:53 pm
by JohnL33
TrendlineProjection413_Edit_AI
To plot a down arrow when the trendlines from H4, H1, and M30 cross above the current candlestick and an up arrow when they cross below the current candlestick, we need to check for the intersection of all three trendlines on the current bar. Here’s the logic and a simplified implementation:
ONLY WORK ON BTC NOT SURE WHY
but no arrow
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Sun Sep 29, 2024 1:14 am
by areteus1
JohnL33 wrote: Sat Sep 28, 2024 1:45 pm
TMA+CG mladen NRP_Edit_AI
These changes ensure that only the first signal for each direction (up and down) will be drawn, even if the indicator recalculates its values based on current prices. The rest of the code remains the same, maintaining all other functionalities of the indicator.
this is for current chart.next version i will try add in multiply timeframe in current chart with arrow code and color change input parameter.
"One man's trash is another man's treasure"
Does it repaint?
Re: Something interesting from Chatgpt/AI please post here
Posted: Sun Sep 29, 2024 10:32 am
by JohnL33
areteus1 wrote: Sun Sep 29, 2024 1:14 am
Does it repaint?
Yes its very profitable.Every arrow will give you profit.Try it ...if profit withdraw ..if loss ..deposit again.
You want to follow my word or you want to test it first.up to you to decide.
Your Money..not mine.
Re: Something interesting from Chatgpt/AI please post here
Posted: Mon Sep 30, 2024 4:25 pm
by areteus1
JohnL33 wrote: Sun Sep 29, 2024 10:32 am
Yes its very profitable.Every arrow will give you profit.Try it ...if profit withdraw ..if loss ..deposit again.
You want to follow my word or you want to test it first.up to you to decide.
Your Money..not mine.
Lets test it
Re: Something interesting from Chatgpt/AI please post here
Posted: Sat Oct 12, 2024 4:41 pm
by JohnL33
3D_Oscilator_Crossover_Signal_EDIT_AI
To add levels to this indicator without disturbing the existing code, you can define the levels using the #property indicator_levelN directive, where N is the level index. I will add common oscillator levels like 0, 50, and 100 as an example, but you can adjust these to any levels you need.
BUY -BELOW 50 LINE
SELL -ABOVE 50 LINE
"One man's trash is another man's treasure"
Re: Something interesting from Chatgpt/AI please post here
Posted: Sun Oct 13, 2024 2:24 pm
by JohnL33
Regression channel 3_EDIT_AI
I want to add an extra 1.5 channel deviation to the existing code without disturbing other parts.
"One man's trash is another man's treasure"