Stephen Reynolds / Profile
- Information
|
9+ years
experience
|
18
products
|
366
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
197
Requests
Outgoing
Stephen Reynolds
Added topic Baffled by Floating Point numbers?
Hi, im having trouble understanding why im getting the following return. In the following code : long number=( long )( 0.9553700000000001 * MathPow ( 10 , 16 )); number = 9553700000000000 But when i move the 1st digit down to 8 as follows
Stephen Reynolds
Added topic NormaizeDouble() floating point problem?
Hi, im trying to find a way around the problem of floating point numbers when trying to use it as a stoploss In the following : double cAsk = MarketInfo( _Symbol ,MODE_ASK); Sometimes cAsk becomes a floating point number EG 0.8626200000000001
Stephen Reynolds
Added topic Market validation error
Hi, why in the following code cant I get it passed validation without having to have lotsize = 1.0 Any smaller lot size and i get error 131 ? //+------------------------------------------------------------------+ //| Expert
Stephen Reynolds
Added topic marketing query
Hi, is pay per click advertising direct to your mql5 market product allowed as a way of getting more traffic to your product. If not is pay per click advertising to my own website allowed which then has links leading to mql5 market products
Stephen Reynolds
Added topic Joint Venture Query
I'm looking to do joint ventures with other coders but want to know if its possible for within mql5 to setup a split payments system. So, for each product I sell rather than me receiving 80% payment, i get 40% and the other coder gets 40% or is this
Stephen Reynolds
Added topic Deleting products in market
Hi, id like to know how I delete some of the products I have on the mql5 market
Stephen Reynolds
Published product
Trend Line Finder will project forward a support and resistance lines using 2 previous highs for resistance and 2 previous lows for support. It will then signal to the trader by alert making the trader more aware that a possible good move is about to happen. This is not a stand-alone trading system but is very useful in finding key areas of support resistance levels where price will usually either rebound from or breakthrough. Its down to the trader to decide what to do
Stephen Reynolds
Added topic Dont understand Invalid trade volume error 131
In the following code why does lotsize only pass market test when 1.0 I get Invalid trade volume error 131 when i input 0.1 #property version "1.1" #property strict input double LotSize = 1.0; // Global variables int
:
