Include "Magic#" in views

Include "Magic#" as one of the ellegible fields for the views.


This way when a report is loaded from a CSV file, we would be able to split strategies by Magic# and/or symbol.

Attachments
No attachments
  • Votes +9
  • Project QuantAnalyzer
  • Type Feature
  • Status Fixed
  • Priority Normal

History

h
#1

Harpotrader

28.10.2018 11:32

Task created

h
#2

Harpotrader

28.10.2018 11:32
Voted for this task.
FM
#3

Aimak_Rokalno

31.10.2018 10:27
Voted for this task.
h
#4

Harpotrader

01.11.2018 18:43
Magic# would be included in "Comment" Field
b
#5

bentra

09.11.2018 16:02
Voted for this task.
IH
#6

clonex / Ivan Hudec

23.11.2018 10:47
Voted for this task.
g
#7

geektrader

24.11.2018 23:28
Voted for this task.
AT
#8

AngelTalavera

13.12.2018 18:52
Voted for this task.
HH
#9

Hans

07.01.2019 13:48
Voted for this task.
h
#10

hankeys

14.01.2019 14:46
what is the value of magicnumber? we are not working with it in the meaning of SQX file...first we will need to invent some magicnumber handling, or we can use some fieldnote which we will write right to SQX file


we are using magicnumber handlig as follows


XXYYZZZZZ


XX - market, number like 11 EURUSD, 12 GBPUSD, etc.

YY - TF, number like 05 as M5, 01 as H1 etc

ZZZZZ - random number


without appropriate magic number handling this is not a question for now

h
#11

Harpotrader

14.01.2019 18:00

Until that happens we need some kind of solution.

Magicnumber of course is very valuable because there's no other way to analyze different strategies.

What we usually do in practice is using the comment field in MT4 to include the magicnumber and the track it. In think this is the common procedure in most of the traders that use several strategies at once.


One kind of workarround, until you find a better solution, would be to upload the comment from the CSV field genereted either by FxBlue or MyFXBook and use it as an ellegible field for views. I think that would satisfy most of us.


h
#12

hankeys

14.01.2019 19:39
we are using simple way like this - rename strategy file with the syntax i wrote like this


EU_15_11152336_S_Ic_CF_A_F_Ba.str


this syntax we are using in the old SQ and can rename strategies automatically, because STR file is open XML, so we can catch everything from it with our app. With this naming i know everything what i need about a strategy - i know its EURUSD for M15, STOP on Ichimoku, ATR SL, fixed TP, exit bars


and the magicnumber is 111523336


with the app i could automatically put this magicnumber right to MQL file


its one click solution


but SQX file is different, its zipped and everything is encrypted in BIN file, so we cant do it for now - so i need to rename strategies by hand, for SQX using for now little simpler syntax, like this


DE_15_801500125_S_LD_SQ3.sqx


i know, its DAX for M15, STOP on LOWDAILY and SQ3 type


magicnumber is 801500125 and with PHP script i could write this magicnumber right to MQL file for whole directory of strategies - so i am on the half way, how to do it completely in automatic way

Rr
#13

Partizanas

16.01.2019 16:22
Voted for this task.
Dw
#14

Diwi

26.01.2019 17:29
Voted for this task.
TT
#15

Tamas

28.01.2019 09:32

Status changed from New to Fixed

Added support for loading comments for myfxbook,  fxblue, mt4, mt5 reports.

Votes: +9

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please