- Search Crypto Craft
- 30 Results
-
MikeF replied Oct 20, 2016The new functionality of FxCraft Trade Manager is now available! The new “preview” option will allow you to accurately set all order parameters. Such precision and transparency of trading was not know yet!
FxCraft Trade Manager (FTM) - fast forex manual trading on MT4
-
MikeF replied Sep 22, 2016I can help you, but please write explicitily the signal to close and the signal to close position. I guess that at the beginning of each bar you would like to open a new trade (buy if the previous candle is blue and red if it is red). But when do we ...
Modify an EA please
-
MikeF replied Sep 12, 2016You can use for example the formula Close[iLowest(Symbol(),Period(),MODE_CLOSE,z,1)] to find the lowest close price from z previous candle.
Sell/buy trigger based on previous candle closings
-
MikeF replied Sep 10, 2016This is a nice idea. I have seen such solution in one product which is in commercial content. You can also choose there whether you would like to save only chart or the whole screen. (I am not sure whether I can give a link to this product).
idea for "Visual Trading Journal" EA/indicator
-
MikeF replied Sep 8, 2016Why don't you just simply use iOpen(Symbol(),PERIOD_D1,0)?
Candle's Open of Specific Time
-
MikeF replied Sep 8, 2016Hi, please tell me when we open orders? When ea is put on the chart? Then we open buystop and sellstop order. What happens when one order is opened. Do we close the second pending order? Do we change the lot size each time or only if order is closed ...
I need an EA to manage pending orders
-
MikeF replied Sep 5, 2016If you set expiry date to 3-8 hours there will be no problem.
I need an EA to manage pending orders
-
MikeF replied Sep 5, 2016On which chart do you use the script? The problem might be with expiration (it should be greater than 15 minutes). Or your stop losses are too tight. Can you send me a screen from the strategies and experts tab?
I need an EA to manage pending orders
-
MikeF replied Sep 5, 2016It should work now. (If you set stopLoss or takeProfit to 0 then the strategy will not set sl and tp)
I need an EA to manage pending orders
-
MikeF replied Sep 4, 2016Please write the whole description of the strategy. You should explicitely define when we open the position (and its type).Without that I will not be able to create a strategy.
EMA touch expert advisor
-
MikeF replied Sep 4, 2016Now I do not understand. Do we open pending orders? When this should happen?
EMA touch expert advisor
-
MikeF replied Sep 4, 2016Hi, I can help you. Please write more details on PM.
Looking for help to code EA for trendfollowing trading system
-
MikeF replied Sep 4, 2016Hi, please check this. You can now define order expiration (in bars) and also take profit and stop loss. If you would like to use expert on two different charts then you should set different magic number while opening the position.
I need an EA to manage pending orders
-
MikeF replied Sep 3, 2016Ok. As I understand we check the conditions to open a position on every tick. That might bring problems. For example if price is swinging between abobe and below the sma price then it will generate multiple signals. Maybe it would be good to limit ...
EMA touch expert advisor
-
MikeF replied Sep 3, 2016Hi, I send you a modified version of the strategy. I have add: Move SL/TP with the pending order. -Maybe being able to choose if refresh with tick or new bar (so far only does with ticks). I do not understand the second modification. What do you ...
I need an EA to manage pending orders
-
MikeF replied Sep 2, 2016I do not understand. The picture shows that the ea I send you do not open short positions? Or this is a description of new strategy? And new strategy send buy signal when the price crosses from above to below the level sma + x, where x is a ...
EMA touch expert advisor
-
MikeF replied Sep 2, 2016I have created a script, but yet it doesn't take into account sl and tp. Now, I have to go. I will try to send new version soon.
I need an EA to manage pending orders
-
MikeF replied Sep 2, 2016One more thing. It may happen that new open price will cause that the stop loss is too close. What we do in such case?
I need an EA to manage pending orders
-
MikeF replied Sep 2, 2016How this strategy should work? At new bar we modify the order open price such that the distance from the ema is x pips? What do we do in case that new price would be too close to the current price? Do we modify the order to the nearest possible ...
I need an EA to manage pending orders