Forum

Help Needed: Take Profit Not Moving Correctly on Live Account with Martingale Strategy

can someone help me why when during live account trade, my takeprofit is not moving correctly.. While using the demo account the takeprofit move flawlessly.. Here my code related to the system trade, by the way this using martingale, when more layer are open, the take profit consistently static to

Hi.. How to make this layer per group remove 1 layer for each group or make it dynamic when layering using martingale..

//+------------------------------------------------------------------+ //| Setup Lot //+------------------------------------------------------------------+ double SetupLot( int orderType) { double lot = 0 , firstLot = 0 ,multiplier = Multiplier_, MinLot = MarketInfo( Symbol

Want to add extra pip before confirmation

Hi, how to add extra pip after moving average cross complete ?? Because i try put /point but not working void SetupTrade() { double StocFast = iStochastic ( Symbol (), Period (), Kperiod, Dperiod, Slowing, MA_Stoc, Price_Field, 0 , 1 ); double StocSlow = iStochastic ( Symbol (), Period (), Kperiod

is there a way to change this filter to moving average cross ?

Hi, how to change this code to moving average setup? want to add 2-3 EMA with changeable value.. extern string SignalSetting = "---------- Signal Setting ----------" ; extern ENUM_APPLIED_PRICE ApplyTo = PRICE_CLOSE ; extern string Setting_ = "----------- Stochastic -----------" ; extern int Kperiod

How to make this style of Layer Lot ??

Hi i'm new here. How to create a layer like this ?? Grouping layer with fixed lot.. What it called ? it opened the layer with 0.50 then grouping into 6 first layer that using same lot.. And when reach 7 it opened maybe by martingale 0.75 to 6 second layer because my current layer is like this