On trade tab, trade closed by SL, for each trade block, buy/sell block with in loop lot adjusted by *2, create 2 trees 1 4 buy, 1 4 sell
Best posts made by jstap
-
RE: multiplyingposted in Questions & Answers
-
RE: How to stop EA trading after it hits x% profit and resume next month?posted in Questions & Answers
@shingi94 At the start of the month (once per monthly bar) use a formula block to / balance by 100 and multiply by chosen percent (use a constant if you want this changeable) and put this in a variable, use this variable in a check profit (period of time)=> than variable, before trade (buy/sell) use the same block with < variable.
-
RE: Display flags in commentsposted in Questions & Answers
I too agree, use a bool variable, then you can display state in a comment.
-
RE: Please help how to add the pending order immediately at the same price of previous open trade every time that when the opposite trade get stop loss.posted in Questions & Answers
When a pending order opens it becomes a trade, the pink in loop needs to be used under a for each block.
-
RE: Price action strategyposted in Questions & Answers
1st you need to get your ea to draw a line on where you want the trade to be placed, once this is happening you will need to define what causes the trade to be placed.
-
RE: show time to endposted in Questions & Answers
You'll find what you need in here: https://fxdreema.com/shared/oLDaj9MDb
-
RE: how to close order at the spesific % of balanceposted in Questions & Answers
condition block equity => balance with 0.1 in adjust box (this will give you 1% increase in equity) close block with all manual and auto selected
-
RE: Skip a dayposted in Questions & Answers
You can do if you are going to add the date manually, condition block date =! xxxx.xx.xx you need a constant that you can change the date in
-
RE: I am trying to make a money management EA but the button doesn't worposted in Questions & Answers
I suggest you do everything on tick as well because on chart doesn't work for back test, I also do not use mouse clicked on object, I use a condition. There is an example here that should show you what to do: https://fxdreema.com/shared/hImQx7TYc
-
RE: Phone systemposted in Questions & Answers
You can't, you can only make an ea that will notify you on phone.
-
RE: Modify TP including swap & Mt4 Crashposted in Questions & Answers
pips away only works correctly under for each block, needs this to select the trade you want to work from.
-
RE: moving average on atrposted in Questions & Answers
You would need a custom indicator to do this.
-
RE: Replace website adress with mailto: adress ?posted in Questions & Answers
You change it in the settings:


-
RE: close open order at spesific %posted in Questions & Answers
projects->create shared project link->open in web page->copy & paste here
-
RE: previous bottomposted in Questions & Answers
If you can work out the bottom now 2, then you can do this.
-
RE: How to enter trades Once per x pips instead of Once per Bar??posted in Questions & Answers
Pink for each trade->pips away->buy sell
-
RE: Highs and Lowsposted in Questions & Answers
Market properties highest or lowest time period using the times you want.
-
RE: TRADE CONDITIONposted in Questions & Answers
Condition block, candle 1 closed<EMA15->close block