Might have written that in the wrong thread. in pink blocks, you have parent/child trade. green would buy a parent trade, pink would buy a child.
Posts made by jstap
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
-
RE: Is this information accurate and correct?posted in Questions & Answers
Ok, this is in the instruction pages here, but maybe I need to add it.
1st block comment For any information you will need to see
2nd a notrade block to limit trades to 1 (or no order if placing a pending)
3rd a condition block (this will tell the EA to place a trade)
4th a buy block
5th copy but reverse settings and a sell blockAlthough there is a lot more to it than this, this will create a basic starting robot, test this on backtest to see how it works.
-
RE: [Asking for help] Simple Automatic TP and SL with Modifiable Input using Manual Orderposted in Questions & Answers
I am unsure, this looks like it would work. I would say go to the main page and ask admin
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
Open just 1 to start things, then you add other trades. The last is expecting all blocks above to be true, split this tree and see if it is what you want to work.
-
RE: Is this information accurate and correct?posted in Questions & Answers
My book? What do you mean by linking blocks?
-
RE: [Asking for help] Simple Automatic TP and SL with Modifiable Input using Manual Orderposted in Questions & Answers
With digits in so many boxes you can't work out what's happening, strip this back to the basics, then once working change things
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
Above your 1st sell you need a no trade block, this will limit this tree to 1 trade.
'> means greater than, as you are only placing 1 trade this will never be true. -
RE: How to check if the last 30 candles are closed above moving average?posted in Questions & Answers
I have not, chat gbp might know an answer
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
This is what I see wrong, what stops the 1st area from placing all trades possible if you have a bull candle?
Area 2 I am not sure what you are doing with every n trade as only 1 is allowed and you are expecting greater than 1 trade, your sell pips gap is not in pips.
Until you get these problems sorted, and remove blocks while you test others, you won't find where your problem is coming from. -
RE: [Asking for help] Simple Automatic TP and SL with Modifiable Input using Manual Orderposted in Questions & Answers
My bad, I should have noticed this before, you need order created to act when you place an order - pink for each pending order to get the order to work with - modify stop block to add the stop
All should work as needed then.
-
RE: Save variables/constants if terminal closes/crashesposted in Tutorials by Users
If the value changes the global is updated, this way if the value is changed at any time the latest value is saved, so if the platform crashes and deinit isn't activated, the value is already saved.
-
RE: Distance from last open and only buy/sell above/below last open tradeposted in Questions & Answers
You are testing this on a 15-minute chart? tell me what block stops it from working, and you are getting the 1st trade?
-
RE: all of my blocks has disappeared mt5posted in Bug Reports
Never heard of it, but I assume this is the problem.
-
RE: Backtestposted in Questions & Answers
Yes, if you look at a martingale EA the equity will often be well away from the balance.
