- Search Crypto Craft
- Actionpl replied Apr 25, 2009
Stoploss strategy — Hi Jag, could you do a simulation with your idea. Take the historitical data and follow what you have in mind to establish those stop and see what kind of profit it will provide. I look rapidly at this indicator and it seem ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 24, 2009
FireBird Version 1.3a — Hi to all, i have made some modification to prevent the instabillity problem identivied by Samurai and Namrettik. I have not found any bugs but have change the logic in order to be more robust in time where the price ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 23, 2009
Easy fix to your irratation.... — Hi Divyendu, make sure to have those variables set like as follow to disable the bad hour message GMT = 0 DST = 0 OpeningHour = 0 ClosingHour = 24 To make sure that you are not going to have "Trade disable" ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 23, 2009
Unstable operation while PopupAlert is true on vs1.3 — Hi Namrettik and Samurai, i have been able to see what you have describe but only when variable PopupAlert= true. So could you test it with only variable TrendAnalysis=true. I'm ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 23, 2009
What i have suggest to use the 1min chart is only to debug the TrendAnalysis. In normal trading you should be on 4hr chart. The EA vs 1.3 does not take into account the timeframe of your chart. So you got the right idea, look only at the system ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 22, 2009
Trading after a trend line was hit problem — Thanks Namrettik, i will check that. I noticed that you have popup to true. Have you got a poppup when it broke the trend?


Let me know, it will held to understand the situation. ...Semi automatic EA (Driven Version)
- Actionpl replied Apr 22, 2009
How to test the EA for trendline activation — Hi Samurai, in order to get a good understanding of how this EA work with trend line do the following. 1- Set your EA as describ in your post 2- Set your chart on a timeperiod of 1 minutes 3- Draw ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 21, 2009
Anwer to "message excessive loss" — This message appear when you doing live trading and that the trade that you have is generating a high rate of loss. Variable "PippsLoss" will affect this message. IF you increase this variable, it ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 21, 2009
Your right. so your trend line will be hit when price go at 20 pip from the trend line on either side. Wo it is a window of 40 pips. Bye
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Testing image insertion — Ok, Time for me to go to bed.... Thanks Namrettik and Samurai. Have a good night or day ...


Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Be careful with tight alert on a 5 digit broker — Hi Namrettik, if you are trading with a 5 digit broker an Alert_10 provide you only a window of 2 pip to detect the trend. So in a fast market, the EA may end up missing the Alarm. So i suggest ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Hi Samurai, good for you.
Pay attention to EurUsd pair, it have reach a key support level and should do a leg up to retest 1.30554. By the way, can you tell me how to post a chart on this forum?
Thanks ActionplSemi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Clarification to vs1.3 part 3 — See my answer in bold character in the text below. The following is my understanding and questions about the settings. I am still a little unclear about the settings of the ea. The above are my settings but I am ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Magic # in Firebird — Hi Divyendu, yes the magic# is created automatically using this formula int MagicNumber=0; for (int i=0; i<5; i++) { MagicNumber=MagicNumber*3+StringGetChar(Symbol(),i); } MagicNumber=MagicNumber*3+Chart_Time_Frame; ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Clarification vs1.3 part 2 — Setup should be TrendAnalysis = true Trendline_watch = false Reduce_factor = 2, it can be any number different than 0. If it is 0, it will not change the stoploss. A setting of 2, it will reduce the stoploss by ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Clarification of setting on vs 1_3 — Hi, i see that you did some work while i was working. So for this question: With this setup, The EA will reduce your trade(s) if it goes against your trendline with an Alarm in the description if your ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 20, 2009
Hi, you have this status because you have set variable "Trendline_watch" and "TrendAnalysis" at true. In this case yes you need to set a trend line and when the market hit it, the EA will start to trade. Then you can have an other trend line to stop ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 19, 2009
Firebird v-63H04-TS_Heiken_Ashi_Trend_v1.3 — Hi to all, Divyendu, this version can do pratically what you have proposed in customizing the variables. Vs 1.3 include a Trailing Stop feature. For those of you who want to use it. This feature ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 17, 2009
Answer to question about difference between vs G & H — Hi Samurai, i have look at the trigger mechanisim and version H have a concept of save area to trade, it adding the BullsPower with the Bearspower indicator as this Safe1 = ...
Semi automatic EA (Driven Version)
- Actionpl replied Apr 17, 2009
Hi Samurai, on your first question here the answer: If you set up your EA with TrendAnalysis at true and TrendLine_watch at false, The EA will trade in the direction that we want irregardless of the trend line. So it is where you put your trend line ...
Semi automatic EA (Driven Version)