JForex / Publications
Forum
Can someone turn this into MTF?
Hello Can someone pls turn this MQL5 into MTF. Thanks a lot. Also attaching a sample MTF MQL4 indicator for reference
Calculating Swap on cross currency.
Hello guys My Terminal shows this pair incurred a short swap of $ -636.00 How would you calculate it in code from the Swap info of this pair, as shown ? Thank you
Change color of Trend Line for Closed positions.
Hello, Is there a way to change the color of trendline plotted for closed positions. Mine is Blue on black background for Long positions. I can barely see it. And dark Red for Short positions. I want these lines to be Yellow so I can easily see them. And if possible, change the width to 3
Good VPS in US
Hi guys Can I have some recommendations for a good VPS that are also not very pricey. I am in the US. Thank you
Does this Keltner MTF code Repaint?
Hi guys, Below is the code of Keltner MTF indicator. Can someone tell me if this code repaints? I am also trying to monitor it visually - but a confirmation would be great. Thank you. int start() { int limit=1000; //+++======================================================================+++ for (
TMA Bands - Non Repaint
Can someone help me find the non-repainting version of the attached TMA Centered Bands. Thanks a lot
How to Determine tight Spread in Code?
Hi, How do I know in code if a symbol has a tight spread or not? I was thinking say less than 5 points. I checked double rawSpread=MarketInfo( NULL , MODE_SPREAD ); But it is not right to compare it with a size, like 5 points, for example. See images attached for Bitcoin and SEKJPY. It returns