A Pen by Chek Wei Tan on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "../sierrachart.h" | |
#include <windows.h> | |
#include <wingdi.h> | |
#include <vector> | |
#include <algorithm> | |
#include <cmath> | |
#include "DomHighlightingStudyEnums.h" | |
SCDLLName("DOM Highlighting Study (Pull/Stack + Volume)") |
- Download OpenSSH from here
- Choose
OpenSSH-Win32.zip
(if your computer is 32 bit) orOpenSSH-Win64.zip
(if your computer is 64 bit)
- Choose
- Extract the zip file anywhere you want, but shorter path prefered.
- In this example I use
D:\OpenSSH-Win64
- In this example I use
- Copy file path of the file you extracted e.g.
D:\OpenSSH-Win64
for later use. - Press ![Windows Key][winlogo] Key, search
env
and click the resultEdit the system environment variables
- Alternatively, you can Right-Click
This PC
in your File Explorer, clickProperties
and then clickAdvanced system settings
- Alternatively, you can Right-Click
- Click
Environment Variables...
- In
System variables
section, double click thePath
variable from the list.