- Search Crypto Craft
- aktur replied May 23, 2007
I think that you have an error in your trigger logic. The bool loop is only intended to fire once per alarm. It has nothing to do with triggering the alarm itself. I think you should look for a professional help from somebody who can check your ...
How to SendMail only once when conditions are met???
- aktur replied May 14, 2007
Here it is (I haven't tested it) int start() { double Near = iMA(NULL,0,15,0,MODE_EMA,PRICE_CLOSE,0); double PriceNow = Bid; double Trend = iMA(NULL,0,89,0,MODE_SMA,PRICE_CLOSE,0); double fast = iMA(NULL,0,8,0,MODE_EMA,PRICE_CLOSE,0); double slow = ...
How to SendMail only once when conditions are met???
- aktur replied May 11, 2007
Running the script. — The difference is that script runs only once. Therefore you need to create a loop yourself. It should be something like this: int start(){ bool not_done=true; while(not_done){ .... if(your condition here){ SendMail(); ...
How to SendMail only once when conditions are met???
- aktur replied May 9, 2007
For this to work you need at least declare UpAlerted and DnAlerted as statics. But even then, you will loose sync when restarting MT4. Writing them as global would solve it, but stil there is no a clean way to reset the alert.
How to SendMail only once when conditions are met???
- aktur replied May 9, 2007
Use a script for doing this. The whole idea of script is running something once and exit.
How to SendMail only once when conditions are met???
- aktur replied May 9, 2007
What you can do is: 1. Try to put pending orders where you want SAR, or 2. Open only one opposite order with double size. (Hedging is beeing flat after all). Then use OrderCloseBy() function to close the first order. For this only the double order ...
Requotes -----
- aktur replied Apr 13, 2007
There is already such an indicator. Look for FFcal.
Part Time Wealth Building Trading System - Daily Scalping
- aktur replied Apr 13, 2007
Can you write what pair and what parameters are you using?
Part Time Wealth Building Trading System - Daily Scalping
- aktur replied Apr 12, 2007
Not exactly. You will in fact buy gbp/chf but using more margin. Looking at last months, beeing long gbp/chf was a good position.
Close orders EA for hedging system
- aktur replied Apr 10, 2007
EA coder. — Hi Mike, my service writes EAs on request.
2 EAs - looking for EA coder
- aktur replied Apr 6, 2007
Printing account info each tick. — It is possible. This line will do in an Expert: Print("Balance: ",AccountBalance(), "; Equity: ", AccountEquity(),"; FreeMargin: ", AccountFreeMargin());
Recording P/L and margin used
- aktur replied Apr 5, 2007
Can you give a link to 'some here already'? I am interested and 100k is not an issue.
MT4 with Oanda API
- aktur replied Apr 4, 2007
Sort of. Servers do provide a log, so they can see all trading activity. However, they cannot see Print statements from the experts tab if this is what you are asking for.
Can Brokers see your MT4 EA/Indicators and Codes?
- aktur replied Apr 4, 2007
Yes I am. You must ask for auto trading separately after opening an account.
MT Broker recommendations
- aktur replied Apr 4, 2007
Almost a year now. My result is 150% gain. I removed all my investment and am trading with their money.
MT Broker recommendations
- aktur replied Apr 4, 2007
I don't see any IBs leaving MIG, can you give an example? I'm their IB myself, like many other brokers. For some type of trading they are best for other I would recommend something different. I would rather say that there is no one broker who suits ...
MT Broker recommendations
- aktur replied Apr 4, 2007
I think it is easier to find something bad about IBFX than MIG. It is better when discussing facts than 'too many things'. Can you maybe tell what things you know about MIG? Regarding IBFX, it is not unusually that they widen spread very much during ...
MT Broker recommendations
- aktur replied Apr 4, 2007
Perhaps you can try 1world. I have a live account with them for almost two months now, and it seems to be OK. I have also real account at MIG, and comparing it to 1world, the second one has better execution.
MT Broker recommendations