Skip to content
View mist998's full-sized avatar

Block or report mist998

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mist998/README.md

Hi there 👋

Free MQL4 tools giveaway:

I. iWhisper [indicator]

  • on tick calculation, show as comment
  • allocated real face risk(risk size, not margin)(including pending orders), idle balance, idle lot(100% margin level), min/max pip value of symbol in account currency
  • paired with *VolatilityBook to provide SL movement for a timeframe then, max burst times for min lot step, 5-9-11-13-23 burst lot size calculation (balance)
  • when an order doesn't have SL, fallback to VolatilityBook default SL to assume real face risk, when no default SL provided, it will not works correctly

II. [class] written low level MQL4 utils, all immutable unless specified:

  • MathUtil (floor_mod for circular array indexing)
  • PrimitiveArrayList
  • PrimitiveStream
  • TArrayList (returned reference via get, mutable)
  • TStream (timeseries alike, all-time constant O(1) read/write with fixed size)
  • TChannel (deque alike, but not really)

Contact author if interested in tools/topic. For tools, will give and briefly discuss usage n limitations, strictly non-commercial uses. For topic, any attempt to build a mutual benefit is welcomed. Response is not guaranteed.

Link: [ [email protected] ]

Popular repositories Loading

  1. mist998 mist998 Public

  2. matrix matrix Public

    A framework separating each windows/viewzone in a single webpage as matrices. Fun idea.

  3. payload payload Public

    Forked from payloadcms/payload

    The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS.

    TypeScript