Skip to content
View mamirjamali's full-sized avatar

Block or report mamirjamali

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. pm2panel pm2panel Public

    Forked from 4xmen/pm2panel

    pm2 web control panel to manager process with web ui

    JavaScript

  2. wp-clickup-status-plugin wp-clickup-status-plugin Public

    PSR4 - automate the creation of tasks in ClickUp and provide users with a tracking code for request status monitoring - Integrates with Gravity Forms

    PHP

  3. v2ray-script v2ray-script Public

    Forked from 4xmen/v2ray-script

    Bridge and upstream server

    Shell

  4. Get the last oder profit of the History Get the last oder profit of the History
    1
    double MylastOrderProfit()
    2
    {
    3
        // retrieving info from trade history
    4
        double LastOrderProfit = 0;
    5
        int i, hstTotal = OrdersHistoryTotal();
  5. MQL - Get the last order type in the... MQL - Get the last order type in the history
    1
    string MyLastOrderType()
    2
    {
    3
        // retrieving info from trade history
    4
        string LastOrderType = "None";
    5
        int i, hstTotal = OrdersHistoryTotal();