@jstap thank you very much, i understood the logic, i will try to implement
Latest posts made by BestTrader
-
RE: How to loop price in x variables?posted in Questions & Answers
-
How to loop price in x variables?posted in Questions & Answers
Hello I want to register every day, the maximum daily price in variable and record for 30 days, there are 30 variables.
But I want to continue recording in loop, each day always keeping the most recent 30 variables.
I also want each new day to compare the pips of difference between this new variable with each one of the others.
Can you help me? Thank you very much -
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
@jstap
I did the same as the example, and it creates an infinite loop of operations, open, close...
I need to know how many pips away is the current price from the crossing of two moving averages.
Can you help? With new screen prints? Thank you very much -
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
@jstap thank you very much, i will try
-
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
Thanks for the answer, but I don't understand how to do it, can you specify or give an example with print screens? Thank you very much
-
How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
Hi everyone, I would like your help on the following:
How do I find the number of pips that the market price is up to the crossing of 2 moving averages?
I intend to apply this Stop value, and 3x Profit.
Basically I will have to register in a variable that number of pips of distance, how can I do it?
Thank you very much. -
RE: How to register values of variables Candle: Buy, Sell, lowposted in Questions & Answers
I'll study the best strategy and routines, then you need more help, I ask you. Thanks
Good Trades

-
RE: How to register values of variables Candle: Buy, Sell, lowposted in Questions & Answers
I really need an indication of how these variables the trade register in which values (open, closed, maximum and minimum), for example the variables do not have this example, but lots of values, and I can not define.
I know this is a simple example, so I ask can you please help me because without it I can not advance my strategy, thank you.
-
RE: How to count candles only after the trade?posted in Questions & Answers
yes it is true that my English is poor and I use google translator , sorry .
I'll try to explain ...
I have a strategy , a reading of the candles :
1 - 1 reads the candle , the candle reads 2nd , 3rd , 4th ... 7th ...
2 - If you find the desired signal , makes the trade ...
3 - When to close the trade , reads contrary , but as it has a 7 th candles , will read all the candles behind the candle " 0 " , ie , 1st , 2nd , 3rd , 4th ... 7th but what I read is that yes but only to the candle that made the trade , it should not always read the complete cycle of 7 candles ... So if you have already spent 7 candles since the trade was opened ... If the trade was opened on 2nd candle , the reading cycle of 7 candles should be ignored from the 3rd candle ...
if the trade was in the candle 2 , reads only candle 1 and 2 , ignores 3 , 4,5,6 and 7 ... ;
If the trade was in the candle 8 , then you should read the entire cycle , the candle 1 , the candle reads 2 , 3 Reads candle , candle 4 , 5 reads the candle , the candle reads 6 , 7 including the candle reads ...
Unable to explain ... ?
Thank you.