Skip to content
View mamirjamali's full-sized avatar
Block or Report

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.

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

Pinned

  1. social_network_feed_api_django social_network_feed_api_django Public

    Django API for a social network feed. Tech-Stack: Django, DRF, PostgreSQL, Swagger, Docker

    Python

  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. job_portal_django job_portal_django Public

    A portal to add and find new jobs, Tech-Stack: Django, NextJS, PostgreSQL

    JavaScript

  4. Python - Pivot-Points for 200 past c... Python - Pivot-Points for 200 past candels integrated with MQL API
    1
    import datetime
    2
    import pandas as pd
    3
    import MetaTrader5 as mt5
    4
    import re
    5
    mt5.initialize()
  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();