
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Problem of "market purge" and other strategies
I wrote some articles to Dukascopy Forex Article Contest.
I don't really want to win, there are better contestants.
My wish is, that as many traders as possible, see these articles and comment them. I think topics, that I touched are extremly important, and we as traders, should discuss on them and make something more. My articles are only introduction to these topics.
And I want to ask, should I write something more about that?
Forex Article Contest :: Dukascopy Bank SA | Swiss Forex Bank | ECN Broker | Managed accounts | Swiss FX trading platform
Apologize for my imperfect English.
jForex Blog
I've started a blog where I document my experience programming for jForex platform. Anybody willing to participate on the discussion either learning from it or sharing his own experience is welcome. The blog is locate here: >> jForex
Hi,
I wanted to refresh the topic.
I have a convenient tool for playing on JForex platform using Depth of Market (DOM), which is available in Dukascopy broker.
Do you have any methods, ideas how to use available in Dukascopz price ladder?
I attach Price ladder strategy to try it on JForex platform.
Enjoy it.
Hi There,
Does anyone know of a trade analysis tool (like mt4live, or myfxbook) that works with the jforex platform?
I just opened a new account at fxdd and will be using the jforex platform
Thanks in advance
Cory
JForex Spread Indicators: Part 1(split due to forex-tsd word limit)
Here are two basic MT4 Indicators that have been running without error for + month on a JForex EU platform.
The JForex platform does not have an option to show graphics of the Ask and Bid price lines simultaneously.
Image 1. Spread_Lines and Spread Indicators.
Spread Inputs Parameters - Show_Bid and Font_Bold checked.
Attached Image (click to enlarge)
The following is a detailed step-by-step list of instruction. It may be of benefit as JForex is somewhat exacting.
Spread_Lines: Installing and Compiling.
Note: If for some reason you need to recompile all old instances of the indicator must first be removed from all charts via the Workspace navigation panel under Charts. The new indicator must then be attached to the required charts.
Spread_Lines: Testing
Spread_Lines: Proving Accuracy
JForex Spread Indicators: Part 2
Spread: Installing, Compiling and Testing
Spread: Proving Accuracy
Solutions:
Q: I have an ask-price, bid-price and spread in the upper top corner with a secondary spread behind the ask-price.
A.: You will have two instances of the Spread Indicator on the chart. Remove one via the Workspace navigation panel.
Q: My indicator is not moving.
A: You have probably compiled it to update once per bar.
Q: I have recompiled but the changes are not taking effect on the charts.
A: If for some reason you need to recompile all old instances of the indicator must first be removed from all charts via the Workspace navigation panel under Charts. The new indicator must then be attached to the required charts. Have fun !
Things got out of hand ? - Note: If for some reason things have got a bit out of hand and after compiling correctly things are still not working out as they should you will need to get ride of some stubborn files. Cut to the chase 1) Remove all instances of the indicator from all charts via the Workspace navigation panel under Charts and Custom Indicators. 2) Delete the the .mxl and the .jfx files of the same name in the Documents / JForex / Indicator folder. This will remove all old instances of the indicator from the JForex platform and chart menu f(x) button. Start from scratch and recompile the original .mq4 file.
Code to edit for permanent change of default parameters.
The only code the user should edit is the values after the = sign. Alternative to false is true. Here is a link to MQL4 Colors. They should work with JForex - I have not tested every color. Always check messages for a successful compile. After a change of code all old instances of the indicator must be removed from all charts via the Workspace navigation panel under charts and the new indicator attached to the required charts.
Spread Indicator
extern color Ask_Color = Lime;
extern color Bid_Color = Red;
extern color Spread_Color = Orange;
extern bool Show_Ask = false;
extern bool Show_Bid = false;
extern int Font_Size = 17;
extern bool Font_Bold = false;
extern int Move_Left_Right = 20;
extern int Move_Up_Down = 20;
extern int Corner = 1;
// User Inputs : End
Spread_Lines Indicator
extern color Ask_Line = Green;
extern color Bid_Line = Red;
extern int Line_Style = 0;
extern int Line_Width = 1;
// User Inputs : EndMT4 Indicators that may be of interest
Two MT4 Indicators for JForex
1. Kijun Sen (no envelope)
2. Kijun Sen + Envelopes
These Indicators have been running without error on a JForex EU platform for some months.
Each zip download contains a .mq4, mq4.xml and .jfx file of corresponding name. Place all files in the Documents / Jforex / Indicators folder.
If required, additional installation information at above posts 66 & 67.
Source MT4 Indicators - here
Image: Kijun Sen - 34, Envelope distance - 1000. Adjust Kijun Sen period and envelope distance as required
Comment:If numerous custom indicators code windows are opening when Jforex platform loads here is how the problem was solved. There may be a more efficient way.
JForex Indicators, Strategies, Scripts etc., can be found at JStore :: Dukascopy Bank SA | Swiss Forex Bank | ECN Broker | Managed accounts | Swiss FX trading platform. Select free to display only free.
The above source MT4 Indicators at https://login.mql5.com/en/users/file451/publications
JForex Indicators, Strategies, Scripts etc., can be found at JStore :: Dukascopy Bank SA | Swiss Forex Bank | ECN Broker | Managed accounts | Swiss FX trading platform. Select free to display only free. The above source MT4 Indicators at https://login.mql5.com/en/users/file451/publications
thanks for info:)