can you give me a little hint on how looking back can contribute to changes in the EA for better results?
Posts made by Piroozmand
-
RE: just lossesposted in Questions & Answers
-
consecutive losses resetposted in Questions & Answers
Hello everybody,
I try to reset my consecutive losses after an event, for example when it is over 2. I have connected the following blocks, but it is not working as I have planed. Can someone take look at it?
-
RE: just lossesposted in Questions & Answers
My knowledge is inadequate and I don`t know anything about parametric lookback time, parametric orders offset.... should study a little about it...
-
RE: just lossesposted in Questions & Answers
Hello Malfy,
Thank you for the feedback:-)
I use the rules which is described by Joshua Martinez, easy to find on the internet. I use 1% of equity for getting the lot size and the R/R is always over 2. I close the trades at 20:00. I have tried both with and without trailing stop with different variables. But when testing the EA with historical data in 2016 it shows profit until Brexit and then it is just losses. I am really disappointed. But it is interesting about the idea of not using TP at all and let it go if it goes your direction. Do you get profits also after Brexit? -
just lossesposted in Questions & Answers
I am very new to this area....... I have automated some strategies (London daybreak, SMA cross over pullback, intrabar momentum and..... ) with the help av Fxdreema and I can see on the tester that the EA is functioning according to the rules of these strategies and my money management is not so bad.... but nothing give me constant profit ........ Please could someone give some hints or introduce some good strategies that I can try to automate? Thank you very much for your help:-)
-
bucket of tradesposted in Questions & Answers
I want to put trades from 08:00 until 20:00 in a bucket and see the value of net profit of these trades. Can someone tell me how to do that?
-
RE: 3 consecutive lossesposted in Questions & Answers
Ok, got it now.......thanks
"skip ticks" does it work in tester?
-
RE: 3 consecutive lossesposted in Questions & Answers
very nice. Don`t you think that in block 108 the condition should be : (waitNow==false) for the trades to be allowed ?
-
3 consecutive lossesposted in Questions & Answers
Can someone tell me how to do that?
3 consecutive losses----> delay (n bars)I use blocks "consecutive losses" and "delay" (both realtime and visual mode) but it does not work and it is in seconds not bars.........
-
Cooperation for automating a good strategyposted in Questions & Answers
Is there somebody who knows about a good and profitable strategy? I would be interested in a kind of cooperation to automate it. We can do a little of the job each one and learn a lot of each other. ......
-
formula for SLposted in Questions & Answers
I have a formula to define SL. Then I want it to limit it between to values. How is it possible?
Formula---> define SL , 20< SL<40
put SL that is minimum 20 or maximum 40 -
Profit/loss of last tradeposted in Questions & Answers
How can I get the value of Profit/loss of last trade shown on the comment? (strategy tester)
-
Assar v.8 ??!!posted in Questions & Answers
Has anybody seen this EA? Is it real? Does anybody now the strategy behind this EA?
-
a code for candle open timeposted in Questions & Answers
How can I arrange blocks for this one:
timeframe 1 h:
candle0 opens---> buy
candle0 closes----> sell -
RE: Put a label besides my arrowposted in Questions & Answers
It works, thank you very much. If I put z-order to 1 it appears on the front and covers for the background?
-
Break evenposted in Questions & Answers
I put my entry at 8:00 oclock and my SL at the low of 5 previous candles and want to to break even when I am in the profit zone about 200% av the initial risk. I have made this one, but it does not work. Could somebody help me with this?
https://fxdreema.com/shared/TDmAQ8idd -
Put a label besides my arrowposted in Questions & Answers
Is there somebody who can help me to put a label besides my arrow: For example Doji besides an arrow for that doji. I have used comment but the comment appears on the corner and not besides or over my arrow.........
-
RE: Once per clickposted in Questions & Answers
Hello Miro,
Could you please take a look at this one:
https://fxdreema.com/shared/rbMVFuvB
I want to increase or decrease my LOT size by 0.1 every time I press my UP or DOWN button. -
RE: Once per clickposted in Questions & Answers
I have done some modifications and got it to work. For example used Flag (true/false) to get it easier. I have done a little progress with buttons on the tester. Thank you for your help.
....But.... I can not yet make a simple project on the tester:4 buttons: Buy_btn UP_btn Down_btn LOTSIZE_btn
BUY button clicked----> open a trade and get the lot size from the LOTSIZE_btn text which can be regulated by UP and down buttons.
I will attach my project.......