• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:04pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:04pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

IntelliJ IDEA Community Edition with MQL 4 replies

Max Draw Down EA from Matrix Grid Thread 22 replies

Matrix grid community 0 replies

Grid, Burst Grid, Grid Risk and Grid Profit 1 reply

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 484
Attachments: Matrix Grid Trading Community Edition
Exit Attachments

Matrix Grid Trading Community Edition

  • Last Post
  •  
  • 1 9495Page 969798 121
  • 1 Page 96 121
  •  
  • Post #1,901
  • Quote
  • Mar 1, 2015 11:48pm Mar 1, 2015 11:48pm
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
Hi guys,

First, this is my first post. Been watching for a while though. Wanted to report that I am using the following settings on EURUSD, GBPUSD, USDCAD, AUDUSD, and USDJPY. This is a live cent account.

Attached Image (click to enlarge)
Click to Enlarge

Name: Untitled.png
Size: 80 KB


As you can see, it is not multiplying by 1.2 even though I can order any size from .1 and up on this account. I think this is a bug. Maybe it's using the minimum as a step value assuming that if the minimum is .1 then the step must be too but that isn't the case. In any case, it's a bug.

I will keep you guys updated on the progress
  • Post #1,902
  • Quote
  • Mar 2, 2015 1:01am Mar 2, 2015 1:01am
  •  oneffone
  • | Joined Feb 2015 | Status: Member | 53 Posts
open lots:
lots * (multi_factor ^ 2)

eg.
first open :0.1
second open:0.1*1.2*1.2=0.144(0.044 maybe cut)=0.1
third open:0.1*1.2*1.2*1.2=0.1782(same)
  • Post #1,903
  • Quote
  • Mar 2, 2015 1:06am Mar 2, 2015 1:06am
  •  Hossein1
  • | Joined Sep 2011 | Status: Member | 10 Posts
Hi
Please explain:
Each of these options are what application?
Options are marked with numbers
Thank
Attached Image
  • Post #1,904
  • Quote
  • Edited at 2:24am Mar 2, 2015 1:38am | Edited at 2:24am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
Quoting oneffone
Disliked
open lots: lots * (multi_factor ^ 2) eg. first open :0.1 second open:0.1*1.2*1.2=0.144(0.044 maybe cut)=0.1 third open:0.1*1.2*1.2*1.2=0.1782(same)
Ignored
This is how it should work. It needs to be a text file because ff editor doesn't preserve my tabs even when I use the space bar.

Attached File
File Type: txt matrix lots.txt   < 1 KB | 165 downloads


It's possible that in step 4 that it will multiply by the last lot (so it would be (0.14 * 1.2) but I think that it is not doing this because then in the case of 0.01 * 1.2 it will always be 0.1 and I saw that this isn't the case on a demo.
  • Post #1,905
  • Quote
  • Mar 2, 2015 3:54am Mar 2, 2015 3:54am
  •  arbinka
  • Joined Aug 2010 | Status: Member | 220 Posts | Invisible
Quoting fxtrader1081
Disliked
{quote} This is how it should work. It needs to be a text file because ff editor doesn't preserve my tabs even when I use the space bar. {file} It's possible that in step 4 that it will multiply by the last lot (so it would be (0.14 * 1.2) but I think that it is not doing this because then in the case of 0.01 * 1.2 it will always be 0.1 and I saw that this isn't the case on a demo.
Ignored
Check with your broker - It seems that on live account, he do not allow lot smaller the 0.1. In this case results will be rounded to the nearest 0.1 lot.
  • Post #1,906
  • Quote
  • Mar 2, 2015 3:58am Mar 2, 2015 3:58am
  •  dtcom
  • | Joined Mar 2015 | Status: Junior Member | 3 Posts
Dear GoogleTrader, could you share the mq4 for fx programming learning?
  • Post #1,907
  • Quote
  • Edited at 6:36am Mar 2, 2015 4:41am | Edited at 6:36am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
Quoting arbinka
Disliked
{quote} Check with your broker - It seems that on live account, he do not allow lot smaller the 0.1. In this case results will be rounded to the nearest 0.1 lot.
Ignored
I repeat, my minimum Is without a doubt 0.1 and that is not my issue. My issue is that while I cannot order 0.01 lots, I can order 0.11 and 0.12 and so on. Therefore the next order after 0.1 in that scenario should be 0.12. Generally speaking, there should be no need for checking with your broker as all info is available in the platform. I will attach a script that gives a lot of info for when you guys are trying to figure out what is allowed. Again, this is a cent account so 0.1 lots is really 0.001 lots so I have no problem with the minimum. What I think GT has done is assume that your minimum is your step which is a big mistake. Once again this is a script and you can see from it that mt4 gives you access (as a coder) to the step amount and all kinds of other info.
Attached Files
File Type: ex4 smblInfo.ex4   5 KB | 98 downloads
File Type: mq4 smblInfo.mq4   2 KB | 116 downloads
  • Post #1,908
  • Quote
  • Mar 2, 2015 9:32am Mar 2, 2015 9:32am
  •  qFish
  • Joined May 2013 | Status: Member | 924 Posts
Quoting fxtrader1081
Disliked
{quote} I repeat, my minimum Is without a doubt 0.1 and that is not my issue. My issue is that while I cannot order 0.01 lots, I can order 0.11 and 0.12 and so on. Therefore the next order after 0.1 in that scenario should be 0.12. Generally speaking, there should be no need for checking with your broker as all info is available in the platform. I will attach a script that gives a lot of info for when you guys are trying to figure out what is allowed. Again, this is a cent account so 0.1 lots is really 0.001 lots so I have no problem with the minimum....
Ignored
That is very interesting. So you are able to order 0.12 lots even though your minimum is 0.1 lots. Looks like your broker has smaller step sizes. For me, 0.01 is minimum, and I cannot order 0.012 lots. And you may be right that GT code automatically rounds down to the smallest lot (0.1) increments. If it had been left unrounded (in the code), then it will work for you.
insanity: Doing the same thing over... and expecting different results -AE
  • Post #1,909
  • Quote
  • Edited at 10:43am Mar 2, 2015 10:16am | Edited at 10:43am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
Quoting qFish
Disliked
{quote} That is very interesting. So you are able to order 0.12 lots even though your minimum is 0.1 lots. Looks like your broker has smaller step sizes. For me, 0.01 is minimum, and I cannot order 0.012 lots. And you may be right that GT code automatically rounds down to the smallest lot (0.1) increments. If it had been left unrounded (in the code), then it will work for you.
Ignored
That is correct and it's not sooo strange. JFD used to be that way on some pairs before they started allowing 0.01 minimum. As a coder, to me it's a stone left upturned. I have code that is used for mm calculation that has a lot step section in it that I am sure could be used but for that GT would need to put it in the code. He seems to not be here very much

The interesting thing is that to make the step calculation you need a number. I don't know why he didn't use the lot step instead of the lot minimum. It's very strange.

I keep editing my posts. Oh well. Regarding the rounding, you must round lots in the code. If you have .1 * 1.2 which is .12 then that will work but then .12 * 1.2 will be .144 and that won't work. What he did is he took the min lots and figured that was good enough for rounding but he needed to use the lot step number instead. That is what it's there for. The min is just to make sure your lot size is not too small and then the lot step is to make sure the order has good increments.
  • Post #1,910
  • Quote
  • Mar 2, 2015 11:03am Mar 2, 2015 11:03am
  •  evil2008
  • | Joined Jan 2015 | Status: Member | 7 Posts
Can not double every 0.01 increase in orders!
For example, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08......
  • Post #1,911
  • Quote
  • Mar 2, 2015 11:38am Mar 2, 2015 11:38am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
I just got the error: Matrix Grid Trading CE 1.1 GBPUSD,M1: Alert: GBPUSDMGTCE: Can't trade on real account. Please update your version.

I would update my version but as far as I can tell, 1.1 is the latest version and that is what I have.
  • Post #1,912
  • Quote
  • Mar 2, 2015 5:52pm Mar 2, 2015 5:52pm
  •  spyderman
  • Joined Nov 2010 | Status: Snaggin' Some Pips | 2,138 Posts
Quoting fxtrader1081
Disliked
I just got the error: Matrix Grid Trading CE 1.1 GBPUSD,M1: Alert: GBPUSDMGTCE: Can't trade on real account. Please update your version. I would update my version but as far as I can tell, 1.1 is the latest version and that is what I have.
Ignored
Yeah the EA throws out a lot of error messages like that. They don't seem to effect the operation so I just ignore them.
  • Post #1,913
  • Quote
  • Edited at 9:38am Mar 3, 2015 4:52am | Edited at 9:38am
  •  Hossein1
  • | Joined Sep 2011 | Status: Member | 10 Posts
Hi
What is this error?
  • Post #1,914
  • Quote
  • Mar 3, 2015 5:07am Mar 3, 2015 5:07am
  •  armyda
  • | Commercial Member | Joined Apr 2013 | 1,600 Posts
I at all
just now i am exited from hell....
all stated whan euro went down samo days ago.
now i'm out with a loss of 0,5k with an initial amount of 3k
now can restart with CE1.1. only
this is my set for now
Attached Image
  • Post #1,915
  • Quote
  • Mar 3, 2015 5:28am Mar 3, 2015 5:28am
  •  steeko
  • | Joined Jan 2011 | Status: Member | 40 Posts
Quoting armyda
Disliked
I at all just now i am exited from hell.... all stated whan euro went down samo days ago. now i'm out with a loss of 0,5k with an initial amount of 3k now can restart with CE1.1. only this is my set for now {image}
Ignored

I think the idea of keep step =10 and TP = 10 will keep u remaining in the trade too long , it will go back one day and hit TP, but needs patient and leverage.

Look at GT explorer above and u will get what i mean
  • Post #1,916
  • Quote
  • Mar 3, 2015 5:30am Mar 3, 2015 5:30am
  •  shg
  • | Joined Apr 2014 | Status: Member | 436 Posts
Quoting armyda
Disliked
I at all just now i am exited from hell.... all stated whan euro went down samo days ago. now i'm out with a loss of 0,5k with an initial amount of 3k now can restart with CE1.1. only this is my set for now {image}
Ignored
I am still in the trades. Hoping for recovery...
  • Post #1,917
  • Quote
  • Mar 3, 2015 6:15am Mar 3, 2015 6:15am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
I just had an idea of how the whole issue of trend change could be handled but it will take GT to change the ea a little. I don't think it's something you could do manually. Let's say the trend is up and it switches to down and when that happens, you have 10 trades totaling 30 units. What the ea would do is hedge those 30 units and starts trading on the short side. If it switches back up then the hedge would be removed and the ea would hedge the long side. The ea would have to keep track of everything such as profits from closed hedges and there could be some whipsawing but I think overall this would keep accounts alive. It would probably be easier from a coding perspective if there was a long ea and a short ea but that is obviously up to GT.

Another thing I was thinking was that the ea should have an option for counter trend tp as it does for the multiplier. I think most will be happy just for break even when the trend goes the other way.
  • Post #1,918
  • Quote
  • Mar 3, 2015 7:29am Mar 3, 2015 7:29am
  •  spyderman
  • Joined Nov 2010 | Status: Snaggin' Some Pips | 2,138 Posts
Quoting fxtrader1081
Disliked
I just had an idea of how the whole issue of trend change could be handled but it will take GT to change the ea a little. I don't think it's something you could do manually. Let's say the trend is up and it switches to down and when that happens, you have 10 trades totaling 30 units. What the ea would do is hedge those 30 units and starts trading on the short side. If it switches back up then the hedge would be removed and the ea would hedge the long side. The ea would have to keep track of everything such as profits from closed hedges and there...
Ignored
Hmmm...sounds familiar
  • Post #1,919
  • Quote
  • Mar 3, 2015 7:50am Mar 3, 2015 7:50am
  •  BillYon
  • Joined Feb 2015 | Status: Member | 923 Posts
Quoting spyderman
Disliked
{quote} Hmmm...sounds familiar
Ignored
Pretty much right on target with you post.

Solutions ONLY!!!
  • Post #1,920
  • Quote
  • Mar 3, 2015 9:09am Mar 3, 2015 9:09am
  •  fxtrader1081
  • | Joined Mar 2015 | Status: Member | 54 Posts
Quoting spyderman
Disliked
{quote} Hmmm...sounds familiar
Ignored
Familiar to?
  • Commercial Content
  • /
  • Matrix Grid Trading Community Edition
  • Reply to Thread
    • 1 9495Page 969798 121
    • 1 Page 96 121
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021