On backtest this doesn't draw any line?
Posts made by jstap
-
RE: Hello all, a quick questionposted in Questions & Answers
If this is always trade 1 2 3 then you can get this price from pink blocks
-
RE: Use ATR to adjust Deviation on Envelopes Indicatorposted in Questions & Answers
What price is the envelope starting from?
-
RE: May I ask how to set the quantity of the order warehouse to 1? From 0 to 1, then close the position from 1 to 0, and then continue placing orders from 0 to 1, always keeping the maximum order quantity at 1. How to set it? thank you Thank you.posted in Tutorials by Users
@ddz111 It covers everything from the beginning. It will show you how to go from basic to advanced and give you an understanding of why things are set up the way they are.
-
RE: Use ATR to adjust Deviation on Envelopes Indicatorposted in Questions & Answers
Is that break out candle 1 (+)(-)ATR, or or something else?
-
RE: Building a Renko robotposted in Questions & Answers
Search the forum, many people over the years have done things with Renko but I am unsure how
-
RE: Button that makes SL move closer to priceposted in Questions & Answers
create button on init - on tick button pressed (condition block, button state == 1) - select trade with a pink for each trade block - move stops with a pink modify stopes block - re-draw button
-
RE: Profit and Lot counter shows zero on live trade, BUT works fine on tester!posted in Questions & Answers
Everything on the face of it looks like it should work, it is a lot to go through every block and find what might be wrong. Create a small test project just doing 1 thing, then if not working you can ask why. Generally, the less something is doing the less that can be wrong
-
RE: How to create new stoploss and take profitposted in Questions & Answers
I have told you everything I know, I have never seen anyone place a SL at break even on a pending, maybe if you have a true 0 spread account, but I do not think they exist
-
RE: How to create new stoploss and take profitposted in Questions & Answers
You can't intill it becomes a trade, but then you will need to account for market fluctuations, simple thing like braker spreads will affect this...every trade starts off in a loss
-
RE: hello everyone! Dear godsposted in Tutorials by Users
If it is at the same time use 2 condition blocks, if one then the other you will need to use flags
-
RE: How to create new stoploss and take profitposted in Questions & Answers
You can't modify it to that
-
RE: How to create new stoploss and take profitposted in Questions & Answers
Then why don't you just set it as needed from the start?
-
RE: How to create new stoploss and take profitposted in Questions & Answers
Has the pending become a trade?
-
RE: How to create new stoploss and take profitposted in Questions & Answers
I don't understand why you would need to, see if this works first
-
RE: How to create new stoploss and take profitposted in Questions & Answers
I mean if it doesn't place then it is too small. Create a simple no order - place order - use a constant so you can backtest and test while changing the size. This way you will be able to see what sizes allow the stop to be placed
-
RE: How to create new stoploss and take profitposted in Questions & Answers
Then as I said before it is too close to place the order
-
RE: How to create new stoploss and take profitposted in Questions & Answers
I mean if you set a distance when placing an order but it is placed too far away, then you won't be able to move it closer.
-
RE: Reset Martingaleposted in Questions & Answers
I don't think you can if it is placed from inside the buy/sell blocks