• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:23am
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:23am
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search
Search
Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Swing system development journal 41 replies

Psychological Development Journal 26 replies

Application Development - Journal of Building an equity millipede 14 replies

Another Trading Journal - Yuhu's Journal 16 replies

Moxy's System Development Journal 5 replies

  • Trading Journals
  • /
  • Reply to Thread
  • Subscribe
  • 584
Attachments: EA development journal
Exit Attachments

EA development journal

  • Last Post
  •  
  • 1 2Page 3456 64
  • 1 2Page 34 64
  •  
  • Post #41
  • Quote
  • Mar 4, 2018 6:01am Mar 4, 2018 6:01am
  •  rammer13
  • | Joined Apr 2015 | Status: Member | 139 Posts
Looks good !!!
1
  • Post #42
  • Quote
  • Mar 4, 2018 6:46am Mar 4, 2018 6:46am
  •  majamivice
  • Joined Jun 2017 | Status: Member | 527 Posts
Quoting candyman752
Disliked
the one chart ea isn't loading because of an import call function I forgot to block do the below and it will work http://www.stevehopwoodforex.com/php...hp?f=88&t=3964 download the file in link above I have placed a copy below you can use {file} place in libraries folder{image} the indicator expires {image} once you do this (the above )the EA will load if you can code block out the import function call and you won't need to do the above
Ignored
I have placed this file in libraries and it doesn't load. I don't know if I am doing something wrong.
  • Post #43
  • Quote
  • Mar 4, 2018 7:45am Mar 4, 2018 7:45am
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting majamivice
Disliked
{quote} I have placed this file in libraries and it doesn't load. I don't know if I am doing something wrong.
Ignored
post screenshot of your expert tab.
below is example of mine.
it shows expert being removed with reason .
I then placed the file in libraries and ea initialized
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.JPG
Size: 211 KB
  • Post #44
  • Quote
  • Mar 4, 2018 8:40am Mar 4, 2018 8:40am
  •  majamivice
  • Joined Jun 2017 | Status: Member | 527 Posts
Quoting candyman752
Disliked
{quote} post screenshot of your expert tab. below is example of mine. it shows expert being removed with reason . I then placed the file in libraries and ea initialized {image}
Ignored
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_2.png
Size: 23 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_3.png
Size: 26 KB
  • Post #45
  • Quote
  • Mar 4, 2018 1:12pm Mar 4, 2018 1:12pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting majamivice
Disliked
{quote} {image}{image}
Ignored
open the file in meta editor. press compile
a message will appear after compiling .
I will need a screenshot
screenshot below of me doing the same
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.JPG
Size: 110 KB
  • Post #46
  • Quote
  • Mar 4, 2018 1:46pm Mar 4, 2018 1:46pm
  •  majamivice
  • Joined Jun 2017 | Status: Member | 527 Posts
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_4.png
Size: 77 KB
  • Post #47
  • Quote
  • Mar 4, 2018 2:47pm Mar 4, 2018 2:47pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting majamivice
Disliked
{image}
Ignored
please put the below file in the include folder.
Attached File
File Type: mqh WriteT2M4HGBT.mqh   4 KB | 222 downloads
2
  • Post #48
  • Quote
  • Mar 4, 2018 2:55pm Mar 4, 2018 2:55pm
  •  majamivice
  • Joined Jun 2017 | Status: Member | 527 Posts
Quoting candyman752
Disliked
{quote} please put the below file in the include folder. {file}
Ignored
It works now. Thanks.
1
  • Post #49
  • Quote
  • Mar 5, 2018 3:54am Mar 5, 2018 3:54am
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
still work in progress
stiill trying to figure out how to get pending orders to be sent.
anyway here's a update
Attached File
File Type: mq4 4HR Price Action Channel multi-pair.mq4   590 KB | 276 downloads
1
  • Post #50
  • Quote
  • Mar 5, 2018 4:24am Mar 5, 2018 4:24am
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
this is one scenario that could cause huge draw down
the trend was up. then market shot down .
any suggestions how to minimize impact of market change are most welcome
Attached Images (click to enlarge)
Click to Enlarge

Name: Capture.JPG
Size: 146 KB Click to Enlarge

Name: Capture1.JPG
Size: 221 KB
  • Post #51
  • Quote
  • Mar 5, 2018 1:27pm Mar 5, 2018 1:27pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
I was wondering why certain signals were not triggering.
The seconds between signals inputs is coded in minutes.
I tried to change to seconds it was a disaster.
so leave code as is but if you testing EA change input.
this is for multi chart EA
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.JPG
Size: 117 KB
  • Post #52
  • Quote
  • Mar 5, 2018 4:39pm Mar 5, 2018 4:39pm
  •  laharjaya
  • | Joined Jun 2008 | Status: Member | 127 Posts
0.01 per 400 in the setting, 0.01 per 200 in the demo acc.

maybe u have recommended which setting more efficiently.
  • Post #53
  • Quote
  • Mar 5, 2018 6:11pm Mar 5, 2018 6:11pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting laharjaya
Disliked
0.01 per 400 in the setting, 0.01 per 200 in the demo acc. maybe u have recommended which setting more efficiently.
Ignored
from usd 0-400 lot is 0.01 usd 400 to 800 lot is 0.02
this is what I suggest for now
  • Post #54
  • Quote
  • Mar 6, 2018 10:18am Mar 6, 2018 10:18am
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
anyone else able to confirm their test results ?
trade explorer second week . some weird closures but heck balance is up
  • Post #55
  • Quote
  • Mar 6, 2018 10:31am Mar 6, 2018 10:31am
  •  xjonasx
  • Joined Mar 2015 | Status: Member | 134 Posts
Hello candyman752,
I would like to ask how set SL? it is not clear how to set it up.
I also do not really get some EA items. can you share a set file?
thank you very much

i use A_Price_Action_EA_v5.5
  • Post #56
  • Quote
  • Mar 6, 2018 6:37pm Mar 6, 2018 6:37pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting xjonasx
Disliked
Hello candyman752, I would like to ask how set SL? it is not clear how to set it up. I also do not really get some EA items. can you share a set file? thank you very much i use A_Price_Action_EA_v5.5
Ignored
below
Attached Files
File Type: mq4 A_Price_Action_EA_V7.7.mq4   988 KB | 274 downloads
File Type: txt PACv7.7.txt   4 KB | 231 downloads
1
  • Post #57
  • Quote
  • Mar 6, 2018 6:41pm Mar 6, 2018 6:41pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
the weird close was euraud. When i did a backtest the results showed it was not EA code.
so either broker or metatrader bug. since a demo broker free i blame mt4
  • Post #58
  • Quote
  • Mar 6, 2018 6:43pm Mar 6, 2018 6:43pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
Quoting xjonasx
Disliked
Hello candyman752, I would like to ask how set SL? it is not clear how to set it up. I also do not really get some EA items. can you share a set file? thank you very much i use A_Price_Action_EA_v5.5
Ignored
i don't put stop loss. i hedge
  • Post #59
  • Quote
  • Mar 7, 2018 12:36am Mar 7, 2018 12:36am
  •  xjonasx
  • Joined Mar 2015 | Status: Member | 134 Posts
Quoting candyman752
Disliked
{quote} below {file} {file}
Ignored
thank you candyman752
1
  • Post #60
  • Quote
  • Mar 7, 2018 12:03pm Mar 7, 2018 12:03pm
  •  candyman752
  • Joined Mar 2013 | Status: Member | 1,538 Posts
iello
Attached File
File Type: mq4 A_Price_Action_EA_v8.8.mq4   1,013 KB | 307 downloads
2
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Trading Journals
  • /
  • EA development journal
  • Reply to Thread
    • 1 2Page 3456 64
    • 1 2Page 34 64
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 / ©2019