- Search Metals Mine
-
satheesh replied Jan 29, 2015not blindly I need evidence there in small time frame.In my book 320 and 330 are good place to short with evidence
EURUSD
-
satheesh replied Jan 27, 2015My entry zones today Long : 1.1298 Short : 1.1388,1.1456,1.1560
EURUSD
-
satheesh replied Jan 22, 2015I never think about buying EU before 1.1200 unless a clear signal in weekly
EURUSD
-
satheesh replied Jan 22, 2015stop orders are worthless ATM. If you have buy @ 1.157x or sell @ 1.167x set the sl @ BE otherwise dont plan for new entries during the high volatile news release.
EURUSD
-
satheesh replied Jan 22, 2015MY PLan for the ECB release If the 50% fib holds around 1.1570 to 60 area i think that is good place to go long. my plan is entering with a signal there and placing the stop @ be while the PA crosses above 1.1600 with TP 1.1700
EURUSD
-
satheesh replied Sep 1, 2014Dear all, I have created an EA by combining MA crossover and grid system.Take a look @ the inputs and test yourself.All suggestions to add modifications with the Ea to get good performance are welcome.
I will code your EAs and Indicators for no charge
-
satheesh replied Aug 28, 2014Dear ALL, I used the below coding to get the average price of multiple open positions, and not working Can anyone help me with this? bool SumPrice = 0; for (i=total()-1;i>=0;i--) { if (OrderSelect(i, SELECT_BY_POS) == false) continue; if ...
I will code your EAs and Indicators for no charge
-
satheesh replied Aug 19, 2014upLevel[i] = (upBuffer[i] - level); dnLevel[i] = (dnBuffer[i] + level); upBuffer and dnBuffer are the extreme levels
I will code your EAs and Indicators for no charge
-
satheesh replied Aug 19, 2014Modified as per your instructions, but resulting the same
I will code your EAs and Indicators for no charge
-
satheesh replied Aug 19, 2014Dear Fxdaytrader, I have tried to create an EA with the TMA bands. But I cant extract the buffer values exactly. could you please help me on this. If current price >= up level two sell orders should be opened . if the price touches the mid level 1st ...
I will code your EAs and Indicators for no charge
-
satheesh replied Aug 18, 2014Did as per your advice.
I will code your EAs and Indicators for no charge