Forum

My EA has multiple entries, how to i stage exits without closing all lots

im learning to to code by modifying existing EAs so please bear with me im having trouble getting this technique to work i figured out how to simply load up multiple orders upon a condition CODE IS ATTACHED so my entries grab two positions but how do i hold onto one, and close the other at 20pips

modifying the ichimoku indicator to visualize two or more timeframe clouds on one timeframe chart

as shown is the ichimoku indicator //+------------------------------------------------------------------+ //| Ichimoku.mq4 | //| Copyright 2005-2014, MetaQuotes Software Corp. | //|

reversing EA is unwantingly switching positions at stops

greetings everyone, im trying to modify this basic EA that a lot of people use as a foundation for simplicity sake i will use the original EA as an example it buys under certain rsi condition,closes and reverses direction to short on the opposite condition....switching direction back and forth it

best indicators to determine trending versus bouncing market?

greetings, creating an EA that looks only at candle close prices to determine momentum however i notice the sensitivity varies a lot based on whether a market is trending or bouncing, id imagine volume is also effecting sensitivity. so i want to look at an indicator to determine these other

Scalping 1M to beat spread and profit...

im wondering if you guys have a name for this phenomenon im discovering, and perhaps a way to fix it when i backtest a 1M scalping strategy im creating, it proves quiet profitable, even with a spread set....it bascially has a $4 stop and an $18 take profit with 0.1lots. but do notice that on the

Im a beginner, can someone link me to a code base similar to what im trying to perform

greetings everyone, im looking to craft and test my first EA, unfortunately i only have 1 year of c++ training from highschool and that was 15 years ago. ive sucessfully managed to code a few strategies with thinkscript on TOS but the interface is much more simple...now im moving to mt4 this is