Nice video. I didn’t use pyramid trading in my codes yet. I was so lazy to modify my code and test how it works. Thanks your video, I think I could include in some strategies. Do you know how it works for coverage positions? I mean, open a new trade in the opposite direction after the first one has reach first TP and the SL have move to BE. Is it possible to open trades in opposite directions in pinescript?
i've done the pyramiding things. but, when i look at List of trades, it does not shows the proper exit. Although i already put proper from-entry for my exit strategy. please help me
so many wankers on YT that demonstrate their 2000+ percent trading strategies based on two simple indicators, having 10x Pyramiding full on with 100% of equity and use this as clickbait. You're the only one that explains how to operate this setting correctly. The strategy tester is somewhat awkward with it's outcome, especially when comparing with buy&hold and initial capital. You need to be well aware of this while backtesting
HI.. CAN YOU PLZ PUBLISH A SIMPLE STRATEGY FOR ENTRING HUGE market ORDERS AT SAME ENTRY CONDITIONS AS USED BY HFTs. like if buy_condition for i = 1 to 100 strategy.order("Buy " + tostring(i), strategy.long, 100, when=buy_condition) if sell_condition for i = 1 to 100 strategy.order("Sell " + tostring(i), strategy.short, 100, when=sell_condition) thanking you
🚩 My Socials & More Free Content: theartoftrading.com
🚩 Source Code: courses.theartoftrading.com/pages/how-to-pyramid-trades-in-pine-script
at 2:30 9,000% profit, is this real or am i missing something here?
Nice video.
I didn’t use pyramid trading in my codes yet. I was so lazy to modify my code and test how it works.
Thanks your video, I think I could include in some strategies.
Do you know how it works for coverage positions? I mean, open a new trade in the opposite direction after the first one has reach first TP and the SL have move to BE.
Is it possible to open trades in opposite directions in pinescript?
do you cover limiting draw down in your course. ie, for managing trades on propforms with max daily drawndown.
This is awesome, thanks!! Would like to see the example with DCA, is very useful when using bots. U R the best! Greetings from South America.
great stuff mate.
curiously, can u say have 4 different exits all referencing the same entrance iD but have different conditions for exiting?
I have never been able to phrase this question haha. But yes this is a very good question.
God bless you thanks for the video! I have learned a lot!
Thanks for the coding knowledge always great information
Hello Sir, can you please code the strategy of EMA crossover with pyramiding feature. Thank you!
i've done the pyramiding things. but, when i look at List of trades, it does not shows the proper exit. Although i already put proper from-entry for my exit strategy. please help me
Would it generate alert message for each entery in trading view?
i have some question here,why the strategy.close is always not close the position completely? its always close only partly.
great explanation Thanks
do you have a take profit video?
Pine Script: plotcandle color changes don't take effect until I open and close the settings, menu of the indicator,
Pleaseee make a video in how to pyramid but treating each SL and TP for everytrade separately!!
Try to change the regime filter from EMA to HMA. To get better results. Best regards from Germany 👍
❤
so many wankers on YT that demonstrate their 2000+ percent trading strategies based on two simple indicators, having 10x Pyramiding full on with 100% of equity and use this as clickbait. You're the only one that explains how to operate this setting correctly. The strategy tester is somewhat awkward with it's outcome, especially when comparing with buy&hold and initial capital. You need to be well aware of this while backtesting
My pyramiding is working perfectly on one strategy but not working at all on others. Can you help? How to contact you? Thanks, Anirudh.
HI..
CAN YOU PLZ PUBLISH A SIMPLE STRATEGY FOR ENTRING HUGE market ORDERS AT SAME ENTRY CONDITIONS AS USED BY HFTs.
like
if buy_condition
for i = 1 to 100
strategy.order("Buy " + tostring(i), strategy.long, 100, when=buy_condition)
if sell_condition
for i = 1 to 100
strategy.order("Sell " + tostring(i), strategy.short, 100, when=sell_condition)
thanking you