No mate but, make a start and add a shared link if now working.
Posts made by jstap
-
RE: How to develop gridposted in Questions & Answers
-
RE: How to develop gridposted in Questions & Answers
You set a grid in the buy/sell block, still need the once per block I think
-
RE: How to develop gridposted in Questions & Answers
Make a start, no trade->conditions->buy/sell, attempt to get the conditions doing as required.
-
RE: Skip a dayposted in Questions & Answers
You need to get the date from custom code, the standard also includes time and probably in seconds, so was always different to your date. Run this on back test so you can see what this code returns: https://fxdreema.com/shared/p1K7AdsLb
-
RE: Where is my mistakeposted in Questions & Answers
Just run all pink in separate trees, don't connect them to the other blocks.
-
RE: how to add position after each condition is metposted in Questions & Answers
Set trades by group, for the next group set if group 1 then your trade blocks.
-
RE: How to develop gridposted in Questions & Answers
You need to make a start, then share the project link
-
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: Deleting objects on the chart after activationposted in Questions & Answers
Good question, this is where working with objects can get difficult, you could add 1 on the name every time it's drawn, then delete once max number is drawn.
-
RE: Deleting objects on the chart after activationposted in Questions & Answers
Think you will need to select the object's by name
-
RE: PSAR expert advisorposted in Questions & Answers
no trade block-condition block candle 1 < PSAR-condition block candle 0 > PSAR-buy block, create another reverse tree for sells
-
RE: The EA enters orders continuously, the next order is 10 pips away from the previous oneposted in Bug Reports
yes but maybe two trees, one for buy's and 1 for sells, will also need an existing trade for it to work.
-
RE: Would it be a bug??? Sum in Loop for 2 or more orders not working!posted in Questions & Answers
Have never seen it not working.
-
RE: The EA enters orders continuously, the next order is 10 pips away from the previous oneposted in Bug Reports
For each trade->pips away->buy/sell
-
RE: Would it be a bug??? Sum in Loop for 2 or more orders not working!posted in Questions & Answers
Closed value is for each closed position, use trade closed position for number of which 2 to add, you could also use bucket, just depends on your needs.