stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

10.7/10.9 INDI SOLUTIONS
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3550
Page 23 of 72
Author:  fire580 [ Tue Apr 15, 2014 9:09 pm ]
Post subject:  10.7/10.9 INDI SOLUTIONS

I love the new version of the 10.7 dashboard but need clarification on what causes the "yellow" values, there was no yellow in the previous version only red, green, and white :arrrg:
Author:  SpiderX [ Wed Apr 16, 2014 12:30 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

boldtrader » Wed Apr 16, 2014 1:57 am wrote:Downloaded 10.9Dashboardv1.02 from post 1, installed on Empty4 version 625; on clean chart.

Receiving zero divide error, (325,58)

Hi boldtrader,

Will be away from my coding com the next 12 hours at least and cant fix anything til then.
Also rather clueless as to what is causing this and can only suspect it is something related to the string functions.

What broker are you using ?
Can you try to removing the pairs that your broker do not provide in the pair list and see if it works with that ?
Btw the code is strictly for v6xx only.

Cheers
Author:  SpiderX [ Wed Apr 16, 2014 12:31 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

fire580 » Wed Apr 16, 2014 5:09 am wrote:I love the new version of the 10.7 dashboard but need clarification on what causes the "yellow" values, there was no yellow in the previous version only red, green, and white :arrrg:

Explanations are posted in the original post and the post on v1.01:
http://www.stevehopwoodforex.com/phpBB3 ... 652#p90652
http://www.stevehopwoodforex.com/phpBB3 ... 180#p90719

Cheers
Author:  kenykau [ Wed Apr 16, 2014 3:04 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

The arrows are not correctly display.
error.png
My Empty4 is build 625

Compile Warning:
possible loss of data due to type conversion 10.9DashBoardv1.02.mq4 617 34

Code: Select all

ObjectSetText(label,CharToStr(arrow),14, "Wingdings", c);
The possible reason source is

Code: Select all

CharToStr(arrow)
I also try to use

Code: Select all

CharToString(arrow)
, but not helpful.
Author:  SpiderX [ Wed Apr 16, 2014 3:40 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Hi

This was developed on v625....maybe the font is missing on your computer.

Tommaso
...any ideas on this as well as the earlier issue that boldtrader has ?

Cheers
Author:  kenykau [ Wed Apr 16, 2014 3:48 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

Dear Spider,
Thanks for your reply.
I have checked, I have Wingdings font in my computer.
Cheers,
Ken
Author:  kenykau [ Wed Apr 16, 2014 3:56 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

SpiderX » Wed Apr 16, 2014 11:40 am wrote:Hi

This was developed on v625....maybe the font is missing on your computer.

Tommaso
...any ideas on this as well as the earlier issue that boldtrader has ?

Cheers
Hi SpiderX,
regarding of the boldtrader's problem, I trace back for his screen capture, the possible source will be the

Code: Select all

pipsto=(int)((closeprice-MathMax(ma240,h4ma60))/po);
line 325, 58: divide by zero

The last reference to po is in line 310,

Code: Select all

po=MarketInfo(pair,MODE_POINT)*10;


i suspect that the problem is on retrieving the MarketInfo of the pair, or boldtrader's broker provides different pair name like:EURUSDx

Cheers
Ken
Author:  SpiderX [ Wed Apr 16, 2014 4:06 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

That is strange. Earlier Bob posted a shot... His broker uses EURUSDm and it seems to be fine....hmmm
This is code inherited from the original.... Will need to see what went wrong.

Cheers
Author:  boldtrader [ Wed Apr 16, 2014 4:38 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

My broker is ATCBrokers. Symbols are normal, no x on the extension of the symbols. ATC has a unique feed which allows me to use a MKT feed and the normal clearing server feed. The MKT (Market) feed allows me to close a position out at WUSIWUG. When we have fast market conditions, I trade on that feed. During slow/normal market conditions, I trade on the regular server feed. I replaced the symbols in the EA with the same symbols as in the Market Watch (normal feed), ie: 24 pairs as per Bob's CSS recommendation. Removed the ex4 file in the folder. Re-saved the file in the indicator folder, then recompiled.. and works nicely.

The symbol list I entered is:
AUDCHF,AUDNZD,AUDJPY,AUDUSD,CADJPY,CHFJPY,EURAUD,EURCAD,EURCHF,EURJPY,EURNZ, EURUSD,GBPAUD,GBPCAD,GBPCHF,GBPJPY,GBPNZD,GBPUSD,NZDCHF,NZDJPY,NZDUSD,USDCAD,
USDCHF,USDJPY.

Next I will make a version for the 12 pair of the recent 10.7 CSS,

Thanks for the recommendation to clear the pairs.

Cheers
#1_-_2014-04-16_0034.png
Author:  SpiderX [ Wed Apr 16, 2014 5:28 am ]
Post subject:  10.7/10.9 INDI SOLUTIONS

There should be a variable wrap in the indicator parameters.
Recalled that it was default to 12 or 14.

Please set this to an appropriate value for the number of pairs you are using, so it appears nicely.

Cheers
All times are UTC Page 23 of 72