작업 종료됨
명시
I need an Expert Advisor that Manages and follow and keep track of the trades like a martingale but with a given % lot size increase or a fixed LotSize increase. (No signal indicators to Buy or Sell, only manage trades opened manually selected by ticket).
Inputs: Ticket=1234(ticket number of the Buy/Sell to manage), TakeProfit=100(place Take Profit at selected order by ticket), Stop=30(place a Sell Stop/Buy Stop) at this level from the selected order open price),
PercentIncrease=true/false, FixedIncrease=true/false, IncreasePercentage = 40(lot size increase percent on every secuence(40%)), FixedLotSize=1,1.4,1.96,2.75, ....
Example> I open a Buy Order at 1.3000, LotSize=1.
Results: Buy: OpenPrice=1.3000, Tp=1.3100.
SellStop: Price=1.2970, LotSize=1.4, Tp=1.2870
if SellStop is executed, then. . . .
BuyStop: Price=1.3000, LotSize=1.96 . . . and so on....