Jatin Patel
Jatin Patel
Hi I am from India, I am Software Developer, I like forex trading , I lost my all first deposite in forex , now i am learning to do well , i also code for EA.
Jatin Patel
Published post Ea based on WebRequest V1.1
Hi All, Below EA is Based on WebRequest of mql4, Where we send request and API send us result at we can use this ea. Here i send request to my localhost jsp page and based on result i work on that...
Jatin Patel
Published post Ea based on WebRequest
Hi All, Below EA is Based on WebRequest of mql4, Where we send request and API send us result at we can use this ea. Here i send request to my localhost jsp page and based on result i work on that...
Jatin Patel
Jatin Patel
Happy Sunday
Jatin Patel
Jatin Patel
Happy Sunday :)
Jatin Patel
Added topic Is there any way like I can call MQL4/MQL5 EA's Method from JSP/JAVA ?
HI, Is there any way like I can call MQL4/MQL5 EA's Method from JSP/JAVA ? or is any command line argument can we pass in Metatrader
Jatin Patel
Published post GBPUSD 1hr technical analysis
OSCILLATORS Name Value Action Relative Strength Index (14...
Jatin Patel
Added topic How to get +DI and -DI line value for ADX?
Hello I found out ADX  buy sell condition but i am confuse little.  BUY –  indicator  >  20  and  +DI line crossed -DI line from bottom-up SELL –  indicator  >  20  and  +DI line
Jatin Patel
Published post Ripple forecast & analysis XRP/USD on February 22, 2018
Ripple XRP/USD is trading at 0.94. The cryptocurrency is trading below the lower boundary of the Ichimoku Kinko Hyo Cloud, indicating a bearish trend in Ripple. Ichimoku Kinko Hyo Cloud is expected to be tested near the 1...
Jatin Patel
Published post Bitcoin forecast & analysis BTC/USD on February 22, 2018
Bitcoin BTC/USD is trading at 10,352. The cryptocurrency is traded above the upper boundary of the Ichimoku Kinko Hyo Cloud, indicating a bullish trend for Bitcoin...
Jatin Patel
Published post Three Point Arbitrage - Expert for MetaTrader 4
https://www.mql5.com/ru/code/19567...
Jatin Patel
Published post Nice Triangle Ea
https://www.mql5.com/en/articles/3150...
Jatin Patel
Published post Meta Trader 5 Build 1730 Improvement
New functions for working with custom financial instruments have been added. Function Action CustomSymbolCreate Create a custom symbol with the specified name in the specified group...
Jatin Patel
Published post EURUSD: where to send Jellen
EURUSD: where to send Jellen Jan. 30 2018 EURUSD in the moment concerned a mark 1.2453, but in the end of day has lost the lion's share of the typed points, having settled nearby near a level 1.24...
Jatin Patel
Published post Euro Dollar forecast EUR/USD on February 19, 2018
Currency pair EUR/USD Euro to US Dollar is trading at 1.2533. The pair continues to trade above the upper boundary of the Ichimoku Kinko Hyo Cloud, which indicates a bullish trend in the Euro/Dollar pair. The test area of ​​Ichimoku Kinko Hyo signal lines near the level of 1...
Jatin Patel
Published post MT4 EA BASED ON TRADEVIEW
MT4 EA BASED ON TRADEVIEW BELOW EA IS FOR MT4...
Jatin Patel
Published post USDX Strategies
Here are two little tips we should always remember: If USD is the base currency (USD/XXX), then the USDX and the currency pair should move the same direction. If USD is the quote currency (XXX/USD), then the USDX and the currency pair should move in opposite directions...
Jatin Patel
Published post The U.S. Dollar Index Formula
The U.S. Dollar Index Formula This is strictly for the grown and geeky. Here is the formula for calculating USDX: USDX = 50.14348112 × EUR/USD^(-0.576) × USD/JPY^(0.136) × GBP/USD^(-0.119) × USD/CAD^(0.091) × USD/SEK^(0.042) × USD/CHF^(0...
Jatin Patel
Published post Getting list of symbols in Market Watch window
int SymbolsTotal( bool selected // True - only symbols in MarketWatch ); for(int i=0;i<SymbolsTotal(1);i++) { Print("SYMBOL: ",SymbolName(i,1)," Found At: ",i); } If you want to do more...
Jatin Patel
Jatin Patel
TO TRADE FOR 10 YEARS WITH AVERAGE 10 % MONTHLY , IF MORE THAN 10 % THIS WILL BE GREAT .
ENJOY THE LONG TRIP :)
1- 11000 DONE
2- 12100 DONE
3- 13310 DONE
4- 14641 DONE
5- 16105.1 DONE
6- 17715.61 DONE
7- 19487.171 DONE
8- 21435.8881 DONE
9- 23579.47691 DONE
10- 25937.424601 DONE
11- 28531.1670611
12- 31384.28376721
Yurii Guido
Yurii Guido 2018.02.21
something wrong, if we have 10% monthly we must have 31384 in first year.
Jatin Patel
Published post Object Oriented Framework for EA MQL5
Hello, I have developed Object Oriented Framework for EA MQL5, suggestion accepted...